home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / utils / disp187a / runme.bat < prev   
DOS Batch File  |  1994-12-21  |  557b  |  19 lines

  1. @echo off
  2. rem
  3. rem Swap file directory
  4. rem Please set it to where you have max disk space
  5. rem
  6. if not '%go32tmp%' == '' goto have_tmp
  7. if not '%gcctmp%' == '' goto have_tmp
  8. if not '%tmp%' == '' goto have_tmp
  9. if not '%temp%' == '' goto have_tmp
  10. set temp=c:\
  11. :have_tmp
  12. if not '%go32%' == '' goto have_go32
  13. set go32=driver C:\DISPLAY\driver\et4000.grn 
  14. :have_go32
  15. C:\DISPLAY\display.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
  16. rem
  17. rem If you don't copy go32.exe to your search path, then
  18. rem C:\DISPLAY\go32 C:\DISPLAY\display.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
  19.